Welcome![Sign In][Sign Up]
Location:
Search - isodata clustering

Search list

[Mathimatics-Numerical algorithmsIsodata(Clustering)

Description: 经典的划分聚类算法,isodata。可以不需要提供K值,进行聚类
Platform: | Size: 7011 | Author: 肖宪 | Hits:

[3D Graphicjulei

Description: 本程序实现多种聚类算法,如k均值算法,ISODATA法,神经元网络算法-This procedure to achieve a variety of clustering algorithms, such as k-means algorithm, ISODATA method, neural network algorithm
Platform: | Size: 8465408 | Author: 111111 | Hits:

[AI-NN-PRPRHomeWork

Description: 模式识别中K均值、ISODATA等聚类算法以及感知器线性判别算法的Java实现,源码包含一个完整的Eclipse工程,便于重用-Pattern Recognition in the K-means, ISODATA clustering algorithm, etc., as well as Linear Discriminant Perceptron Algorithm Java realized, contains a complete source Eclipse project, to facilitate reuse
Platform: | Size: 351232 | Author: YSH | Hits:

[Graph RecognizePicture_Recognition_Cluster

Description: 硕士课程模式识别大作业 聚类程序的开发 isodata算法 边缘提取等-Pattern Recognition Grand Master of the development of operating procedures ISODATA clustering algorithms such as edge extraction
Platform: | Size: 649216 | Author: 李宽 | Hits:

[AI-NN-PRisodata

Description:
Platform: | Size: 5120 | Author: lealvin | Hits:

[Graph RecognizeISODATA

Description: 模式识别系统聚类中的ISODATE聚类算法程序-Pattern Recognition System ISODATE Clustering Clustering procedures
Platform: | Size: 605184 | Author: stone | Hits:

[Windows DevelopISODATA2

Description: ISODATA算法是一种基于统计模式识别的,非常经典的非监督学习动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。-ISODATA algorithm is based on statistical pattern recognition, and very classic dynamic clustering of non-supervised learning algorithm has good practicability. ISODATA algorithm can not only adjust the class to complete samples of cluster analysis of samples, and can automatically type of " merger" and " split" in order to get a few more reasonable type of clustering results.
Platform: | Size: 190464 | Author: justinchan | Hits:

[Windows DevelopSpecies

Description: 使用VS2005编写的MFC应用程序,实现了基于C均值聚类算法 和 ISODATA聚类算法 。具有直观人性化测试界面。-Written in MFC using VS2005 application, implementation based on C-means clustering algorithm and ISODATA clustering algorithm. With an intuitive user-friendly test interface.
Platform: | Size: 9590784 | Author: 李春生 | Hits:

[Special EffectsISODATA

Description: 本源程序为ISODATA聚类算法 可以达到很好的聚类效果-The source code for the ISODATA clustering algorithm can achieve very good clustering results
Platform: | Size: 2048 | Author: 朱东 | Hits:

[Special EffectsRoadX

Description: 比较完善的ISODATA聚类分析。 支持手动选择初始聚类中心,类似监督法分类。 支持8位、24位BMP图像操作。 选用2种ISODATA聚类算法。 聚类结束后可手动修改类别颜色。-A relatively complete ISODATA cluster analysis. Supports manual selection of the initial cluster centers, similar to a law on supervision category. Supports 8-bit, 24-bit BMP image manipulation. Use two kinds of ISODATA clustering algorithm. Clustering can be manually modify the class after the end of the color.
Platform: | Size: 524288 | Author: 方毅 | Hits:

[AI-NN-PRISODATA

Description: ISODATA算法是一种聚类划分算法,称为迭代自组织数据分析或动态聚类。-ISODATA clustering algorithm is a partitioning algorithm, called iterative self-organizing data analysis or dynamic clustering.
Platform: | Size: 31744 | Author: 万鹏程 | Hits:

[matlabisodata

Description: 基于matlab的isodata聚类算法的程序实现。-Clustering algorithm based on matlab' s isodata, program implementation
Platform: | Size: 8192 | Author: hjf | Hits:

[Mathimatics-Numerical algorithmsisodata

Description: ISODATA算法聚类分析,在模式识别中会用到-ISODATA clustering algorithm, will be used in pattern recognition
Platform: | Size: 1971200 | Author: tj | Hits:

[AI-NN-PRISODATA028

Description: 模式识别的聚类算法 ISODATA算法 有详细的迭代结果输出-ISODATA clustering algorithm of pattern recognition algorithms in detail the resulting output iterator
Platform: | Size: 37888 | Author: 赵静 | Hits:

[Graph RecognizeISODATA

Description: ISODATA算法是一种基于统计模式识别的,非常经典的非监督学习动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。-ISODATA algorithm is based on statistical pattern recognition, unsupervised learning is the classic dynamic clustering algorithm, there is a strong practical. ISODATA algorithm can be completed by adjusting the sample of category clustering analysis of samples, and the categories can be automatically " merge" and " split" to get class numbers more reasonable clustering results.
Platform: | Size: 186368 | Author: wcb | Hits:

[AI-NN-PRISODATA

Description: ISODATA聚类算法 非常好用的算法,可以实现聚类,效果很好 快快下载-ISODATA clustering algorithm
Platform: | Size: 478208 | Author: 烛光 | Hits:

[matlabISODATA

Description: ISODATA聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-ISODATA clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height and weight categories for men and women (the uploaded file is the test sample cases)
Platform: | Size: 6144 | Author: Rhonda | Hits:

[Data structsISODATA

Description: matlab program for ISODATA Clustering-matlab program for ISODATA Clustering
Platform: | Size: 16384 | Author: chen.baiyang | Hits:

[AI-NN-PRk-and-isodata

Description: 模式训别的k均值算法和isodata聚类算法c++实现,程序有较清楚的注释,且有word文档说明程序是如何实现算法的,对于刚接触模式识别的程序具有很好的启发作用,不足之处是没有用mfc完成界面编程-Mode of training to achieve other k-means algorithm and isodata clustering algorithm c++, procedures clearer notes and word documents that the program is how to implement the algorithm, good inspiration for the new to pattern recognition procedures, less than The Department is not using mfc programming interface
Platform: | Size: 1074176 | Author: kevin | Hits:

[matlabISODATA-Clustering

Description: 根据模拟数据进行ISODATA聚类实验,有原始数据,聚类代码和相关图片,程序可用!-According to analog data ISODATA clustering experiment, the original data, clustering code and picture, the program is available!
Platform: | Size: 82944 | Author: ChaoXs | Hits:
« 1 23 4 5 6 »

CodeBus www.codebus.net